home *** CD-ROM | disk | FTP | other *** search
/ 3D Game Programming All in One / 3D Game Programming All in One Disc.iso / 3D2E / RESOURCES / KOOB / common / defaults.cs next >
Text File  |  2006-06-07  |  674b  |  14 lines

  1. $Pref::Server::AdminPassword = "";
  2. $Pref::Server::BanTime = 1800;
  3. $Pref::Server::ConnectionError = "You do not have the correct version of the Torque Game Engine or the related art needed to Connect to this server, please contact the server operator to obtain the latest version of this software.";
  4. $Pref::Server::FloodProtectionEnabled = 1;
  5. $Pref::Server::Info = "This is a 3D2E Emaga4 Server.";
  6. $Pref::Server::KickBanTime = 300;
  7. $Pref::Server::MaxChatLen = 120;
  8. $Pref::Server::MaxPlayers = 64;
  9. $Pref::Server::Name = "3D2E Emaga4 Server";
  10. $Pref::Server::Password = "";
  11. $Pref::Server::Port = 28000;
  12. $Pref::Server::RegionMask = 2;
  13. $Pref::Server::TimeLimit = 20;
  14.